home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / vivaldo.dxr / 00045.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  205 b   |  11 lines

  1. on exitFrame
  2.   if the mouseCast = 43 then
  3.     if the visible of sprite 4 = 0 then
  4.       set the visible of sprite 4 to 1
  5.     end if
  6.   else
  7.     set the visible of sprite 4 to 0
  8.   end if
  9.   go(the frame)
  10. end
  11.